.contents {
  width: 1280px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  transition: 0.5s linear;
}
.gm {
  transition: 0.2s ease-out;
}
.img100 {
  transform: scale(1);
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.sjctop,
.sjcbottom,
.sjcleft,
.sjcright {
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.pro {
  padding: 100px 0 0;
  background: url(../images/pro.jpg) no-repeat center top;
  height: 1542px;
  box-sizing: border-box;
}
.pro .contents {
  position: relative;
}
.pro .dec {
  position: absolute;
  top: -235px;
  right: -292px;
}
.pro .top {
  width: 290px;
  height: 99px;
  background: url(../images/t1.png) no-repeat bottom right;
  position: absolute;
  top: 0;
  right: 0;
}
.pro .top em {
  display: block;
  font-size: 14px;
  color: #666;
  font-style: italic;
  line-height: 16px;
  text-align: right;
}
.pro .top h3 {
  margin: 14px 0 0;
  display: block;
  font-size: 38px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
  text-align: right;
}
.pro .proslide {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.pro .proslide .bd {
  width: 479px;
}
.pro .proslide .bd li {
  width: 479px;
  height: 482px !important;
  padding: 42px 0 0;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
}
.pro .proslide .bd li::before {
  content: "";
  display: block;
  width: 170px;
  height: 482px;
  position: absolute;
  background: #72bf0f;
  top: 0;
  left: 150px;
  z-index: -1;
}
.pro .proslide .bd li .img {
  display: block;
  width: 479px;
  height: 369px;
  overflow: hidden;
}
.pro .proslide .bd li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .proslide .bd li .img img:hover {
  transform: scale(1.1);
}
.pro .proslide .bd li .cond {
  display: block;
  height: 71px;
  width: 170px;
  margin: 0 auto;
  padding: 0 10px;
  font-size: 18px;
  color: #fff;
  line-height: 71px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .proslide .hd {
  width: 710px;
  height: 220px;
  display: flex;
  flex-wrap: wrap;
  margin: 184px 0 0;
}
.pro .proslide .hd li {
  width: 166px;
  height: 54px;
  background: #fff;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  margin: 0 15px 19px 0;
  position: relative;
  overflow: hidden;
  z-index: 50;
}
.pro .proslide .hd li::before {
  content: "";
  display: block;
  width: 166px;
  height: 54px;
  position: absolute;
  background: url(../images/lb1.png) no-repeat center;
  bottom: -60px;
  left: 0;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .proslide .hd li .cond {
  display: block;
  line-height: 52px;
  text-align: center;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .hd .on::before {
  bottom: 0;
}
.pro .proslide .hd .on .cond {
  color: #fff;
}
.pro .proslide .hd li:nth-child(4n) {
  margin: 0 0 19px 0;
}
.pro .proslide .mores {
  display: block;
  width: 158px;
  height: 50px;
  background: url(../images/more1.png) no-repeat center;
  font-size: 16px;
  font-family: 'Times New Roman', Times, serif;
  color: #333;
  line-height: 40px;
  padding: 0 0 0 83px;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  right: 0;
  transition: 0.2s ease-out;
}
.pro .proslide .mores:hover {
  transform: translateY(-5px);
}
.pro .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.pro .list li {
  width: 400px;
  height: 395px;
  background: url(../images/lb2.png) no-repeat center bottom;
  margin-bottom: 37px;
}
.pro .list li .tu {
  width: 400px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.pro .list li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .list li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .list li .tu .img img:hover {
  transform: scale(1.1);
}
.pro .list li .text {
  width: 100%;
  height: 93px;
  padding: 29px 90px 0 20px;
  box-sizing: border-box;
  position: relative;
}
.pro .list li .text em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #c5c5c5;
  line-height: 10px;
  text-transform: uppercase;
}
.pro .list li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .list li .text .more {
  display: block;
  width: 72px;
  height: 28px;
  background: #f3f3f3 url(../images/more2.png) no-repeat center;
  position: absolute;
  top: 32px;
  right: 22px;
  transition: 0.5s linear;
}
.pro .list li:hover .text .more {
  background: #1a4093 url(../images/more3.png) no-repeat center;
}
.reason {
  background: url(../images/rea.jpg) no-repeat center top;
  height: 1286px;
  padding: 175px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.reason .contents {
  position: relative;
}
.reason .box {
  display: flex;
  margin: 0 0 0 59px;
}
.reason .box .top {
  width: 290px;
  height: 99px;
  background: url(../images/t1.png) no-repeat bottom right;
}
.reason .box .top em {
  display: block;
  font-size: 14px;
  color: #666;
  font-style: italic;
  line-height: 16px;
}
.reason .box .top h3 {
  margin: 14px 0 0;
  display: block;
  font-size: 38px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.reason .box h4 {
  font-size: 24px;
  color: #1a4093;
  line-height: 99px;
  font-weight: bold;
  margin: 0 0 0 114px;
}
.reason .warp {
  position: relative;
  margin: 15px 0 0 -251px;
}
.reason .warp .ys {
  width: 1120px;
  height: 710px;
}
.reason .warp .ys img {
  display: block;
}
.reason .warp .reasonslide {
  width: 590px;
  height: 560px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/line2.png) no-repeat center left;
  background-position-x: 31px;
}
.reason .warp .reasonslide li {
  height: 64px;
  padding-left: 90px;
  box-sizing: border-box;
  position: relative;
  transition: 0.6s linear;
  margin-bottom: 44px;
  overflow: hidden;
}
.reason .warp .reasonslide li em {
  width: 64px;
  height: 64px;
  background: #fff;
  border: solid 1px #99a5bb;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  overflow: hidden;
  box-sizing: border-box;
}
.reason .warp .reasonslide li em img {
  position: absolute;
  display: block;
  transition: 0.5s linear;
}
.reason .warp .reasonslide li em img:nth-child(1) {
  top: 17px;
}
.reason .warp .reasonslide li em img:nth-child(2) {
  top: -70px;
}
.reason .warp .reasonslide li h4 {
  font-size: 22px;
  color: #333;
  line-height: 64px;
  font-weight: bold;
}
.reason .warp .reasonslide li h4 i {
  font-family: Arial;
  font-size: 14px;
  color: #c4c4c4;
  line-height: 64px;
  margin-left: 5px;
}
.reason .warp .reasonslide li .text {
  margin: 15px 0 0;
}
.reason .warp .reasonslide li .text p {
  font-size: 16px;
  color: #888;
  line-height: 32px;
}
.reason .warp .reasonslide li .text .zxun {
  display: block;
  width: 148px;
  height: 50px;
  background: #72bf0f url(../images/more4.png) no-repeat center left;
  background-position-x: 99px;
  padding: 0 0 0 24px;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  margin: 20px 0 0;
}
.reason .warp .reasonslide .on {
  height: 225px;
}
.reason .warp .reasonslide .on em {
  background: #1a4093;
}
.reason .warp .reasonslide .on em img:nth-child(1) {
  top: 70px;
}
.reason .warp .reasonslide .on em img:nth-child(2) {
  top: 17px;
}
.reason .FOM {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 22px 0 0;
}
.reason .FOM .n {
  height: 42px;
  border-radius: 4px;
  position: relative;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
.reason .FOM .n img {
  width: 80px;
  height: 32px;
  position: absolute;
  top: 5px;
  right: 4px;
  cursor: pointer;
}
.reason .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 42px;
  font-size: 14px;
  background: none;
  color: #999;
}
.reason .FOM .n input::placeholder {
  color: #999;
}
.reason .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 38px;
  font-size: 14px;
  background: none;
  color: #999;
}
.reason .FOM .n textarea::placeholder {
  color: #999;
}
.reason .FOM .n:nth-child(1) {
  background: #fff url(../images/f1.png) no-repeat center left;
  background-position-x: 11px;
  width: 200px;
}
.reason .FOM .n:nth-child(2) {
  background: #fff url(../images/f2.png) no-repeat center left;
  background-position-x: 11px;
  width: 200px;
}
.reason .FOM .n:nth-child(3) {
  background: #fff url(../images/f3.png) no-repeat center left;
  background-position-x: 11px;
  width: 520px;
}
.reason .FOM .n:nth-child(4) {
  background: #fff;
  width: 200px;
  padding: 0 0 0 10px;
}
.reason .FOM #btn {
  width: 90px;
  height: 42px;
  background: #1a4093;
  border-radius: 4px;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.reason .dec {
  position: absolute;
  top: 928px;
  right: -308px;
}
.case .contents {
  position: relative;
}
.case .top {
  width: 290px;
  height: 99px;
  background: url(../images/t1.png) no-repeat bottom right;
  position: absolute;
  top: 0;
  left: 0;
}
.case .top em {
  display: block;
  font-size: 14px;
  color: #666;
  font-style: italic;
  line-height: 16px;
}
.case .top h3 {
  margin: 14px 0 0;
  display: block;
  font-size: 38px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.case .caselist {
  cursor: url(../images/gesture.png), default;
  position: relative;
}
.case .caselist .swiper-slide {
  width: 600px;
}
.case .caselist .swiper-slide .art {
  width: 600px;
  height: 460px;
  background: #f7f7f7;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
}
.case .caselist .swiper-slide .art .tu {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caselist .swiper-slide .art .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caselist .swiper-slide .art .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .caselist .swiper-slide .art .tu .img img:hover {
  transform: scale(1.1);
}
.case .caselist .swiper-slide .art .text {
  width: 224px;
  height: 100px;
  background: #fefefe;
  position: absolute;
  bottom: 14px;
  left: 14px;
  padding: 30px 10px 0 26px;
  box-sizing: border-box;
}
.case .caselist .swiper-slide .art .text::before {
  content: "";
  display: block;
  width: 24px;
  height: 1px;
  position: absolute;
  background: #1a4093;
  top: 35px;
  right: 27px;
}
.case .caselist .swiper-slide .art .text em {
  display: block;
  font-size: 14px;
  color: #1a4093;
  line-height: 11px;
}
.case .caselist .swiper-slide .art .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin: 10px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caselist .swiper-slide .art:hover .text .cond {
  color: #1a4093;
  letter-spacing: 1px;
}
.case .caselist .swiper-slide-active {
  margin: 149px 0 0;
}
.case .caselist .arr {
  width: 310px;
  height: 60px;
  background: #fefefe;
  border-radius: 30px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 5px rgba(26, 64, 147, 0.1);
  position: absolute;
  top: 551px;
  left: 680px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 60;
}
.case .caselist .arr .cprev {
  width: 60px;
  height: 60px;
  background: url(../images/prev-c.png) no-repeat center;
  cursor: pointer;
}
.case .caselist .arr .cpagination {
  width: 115px;
  display: flex;
  justify-content: space-between;
}
.case .caselist .arr .cpagination .swiper-pagination-bullet {
  border: solid 1px #d6d6d6;
  background: none;
  opacity: 1;
}
.case .caselist .arr .cpagination .swiper-pagination-bullet-active {
  background: #1a4093;
  border-color: #1a4093;
}
.case .caselist .arr .cnext {
  width: 60px;
  height: 60px;
  background: url(../images/next-c.png) no-repeat center;
  cursor: pointer;
}
.case .caselist .reg {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
}
.case .caselist .reg .more {
  display: block;
  width: 158px;
  height: 50px;
  background: url(../images/more1.png) no-repeat center;
  font-size: 16px;
  font-family: 'Times New Roman', Times, serif;
  color: #333;
  line-height: 40px;
  padding: 0 0 0 83px;
  box-sizing: border-box;
  margin: 0 0 0 100px;
  transition: 0.2s ease-out;
}
.case .caselist .reg .more:hover {
  transform: translateY(-5px);
}
.case .caselist p {
  font-size: 16px;
  color: #888;
  line-height: 15px;
  text-align: right;
  letter-spacing: 3px;
  margin: 25px 0 0;
}
.abo {
  height: 1110px;
  background: url(../images/abo.jpg) no-repeat center top;
  margin: 95px 0 0;
  padding: 80px 0 0;
  box-sizing: border-box;
}
.abo .top {
  background: url(../images/t1.png) no-repeat center top;
  background-position-y: 93px;
}
.abo .top em {
  display: block;
  font-size: 14px;
  color: #666;
  font-style: italic;
  line-height: 16px;
  text-align: center;
}
.abo .top h3 {
  margin: 14px 0 0;
  display: block;
  font-size: 38px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
  text-align: center;
}
.abo .top p {
  font-size: 16px;
  color: #888;
  line-height: 15px;
  letter-spacing: 16px;
  text-align: center;
  margin: 54px 0 0;
}

.abo .about{
  width: 1280px;
  height: 416px;
  border: solid 4px #fff;
  margin: 40px 0 0;
}

.abo video {
  box-sizing: border-box;
  object-fit: contain;
}
.abo img {
  box-sizing: border-box;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
}
.abo .list {
  width: 585px;
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
}
.abo .list li {
  width: 143px;
  height: 93px;
  background: url(../images/lb3.png) no-repeat center;
  position: relative;
  padding: 63px 0 0;
  box-sizing: border-box;
}
.abo .list li p {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline;
}
.abo .list li p span {
  position: absolute;
  top: -10px;
  right: -17px;
  width: 16px;
  height: 16px;
  background: #72bf0f;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  text-align: center;
}
.abo .list li p i {
  font-size: 30px;
  color: #1a4093;
  line-height: 20px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
}
.abo .list li .text {
  font-size: 14px;
  color: #888;
  line-height: 15px;
  text-align: center;
}
.abo .texts {
  width: 1187px;
  margin: 40px auto 0;
  font-size: 16px;
  color: #666;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 96px;
  text-align: center;
}
.abo .more {
  display: block;
  width: 158px;
  height: 50px;
  background: url(../images/more1.png) no-repeat center;
  font-size: 16px;
  font-family: 'Times New Roman', Times, serif;
  color: #333;
  line-height: 40px;
  padding: 0 0 0 83px;
  box-sizing: border-box;
  margin: 40px auto 0;
  transition: 0.2s ease-out;
}
.abo .more:hover {
  transform: translateY(-5px);
}
.region {
  margin: 95px 0 0;
}
.region .box {
  display: flex;
  justify-content: space-between;
}
.region .box .top {
  width: 290px;
  height: 99px;
  background: url(../images/t1.png) no-repeat bottom right;
}
.region .box .top em {
  display: block;
  font-size: 14px;
  color: #666;
  font-style: italic;
  line-height: 16px;
}
.region .box .top h3 {
  margin: 14px 0 0;
  display: block;
  font-size: 38px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.region .box .more {
  display: block;
  width: 158px;
  height: 50px;
  background: url(../images/more1.png) no-repeat center;
  font-size: 16px;
  font-family: 'Times New Roman', Times, serif;
  color: #333;
  line-height: 40px;
  padding: 0 0 0 83px;
  box-sizing: border-box;
  margin: 24px 0 0;
  transition: 0.2s ease-out;
}
.region .box .more:hover {
  transform: translateY(-5px);
}
.region .regionslide {
  margin: 40px 0 0;
  position: relative;
}

.region .regionslide .prev{
  width: 52px;
  height: 52px;
  background: url(../images/prev-huan.jpg) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 148px;
  left: -100px;
  z-index: 100;
}

.region .regionslide .next{
  width: 52px;
  height: 52px;
  background: url(../images/next-huan.jpg) no-repeat center;
  cursor: pointer;
  position: absolute;
  top: 148px;
  right: -100px;
  z-index: 100;
}

.region .regionslide .bd li {
  width: 400px;
  margin: 0 40px 0 0;
}
.region .regionslide .bd li .tu {
  width: 400px;
  height: 310px;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  padding: 10px;
}
.region .regionslide .bd li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.region .regionslide .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.region .regionslide .bd li .tu .img img:hover {
  transform: scale(1.1);
}
.region .regionslide .bd li .text {
  padding: 0 80px 0 57px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  height: 83px;
}
.region .regionslide .bd li .text::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  background: #202020;
  top: 50%;
  left: 0;
}
.region .regionslide .bd li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 83px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.region .regionslide .bd li .text .more {
  display: block;
  width: 25px;
  height: 83px;
  background: url(../images/more5.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 10px;
}
.region .regionslide .bd li:hover .text .cond {
  color: #1a4093;
  letter-spacing: 1px;
}
.capital {
  height: 940px;
  background: url(../images/cap.jpg) no-repeat center top;
  padding: 70px 0 0;
  box-sizing: border-box;
}
.capital .box {
  display: flex;
  justify-content: space-between;
}
.capital .box .top {
  width: 290px;
  height: 99px;
  background: url(../images/t1.png) no-repeat bottom right;
}
.capital .box .top em {
  display: block;
  font-size: 14px;
  color: #666;
  font-style: italic;
  line-height: 16px;
}
.capital .box .top h3 {
  margin: 14px 0 0;
  display: block;
  font-size: 38px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.capital .box .more {
  display: block;
  width: 158px;
  height: 50px;
  background: url(../images/more1.png) no-repeat center;
  font-size: 16px;
  font-family: 'Times New Roman', Times, serif;
  color: #333;
  line-height: 40px;
  padding: 0 0 0 83px;
  box-sizing: border-box;
  margin: 24px 0 0;
  transition: 0.2s ease-out;
}
.capital .box .more:hover {
  transform: translateY(-5px);
}
.capital .capitalslide {
  margin: 103px 0 0;
  position: relative;
}
.capital .capitalslide .bd li .warp {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .warp .aside {
  width: 577px;
  margin: -10px 0 0 96px;
}
.capital .capitalslide .bd li .warp .aside .list {
  width: 577px;
  height: 130px;
  padding: 30px 0 0 99px;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px dashed #dedede;
}
.capital .capitalslide .bd li .warp .aside .list .data {
  width: 75px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -25px;
  border-right: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .warp .aside .list .data i {
  display: block;
  font-size: 36px;
  font-weight: bold;
  font-family: 'Times New Roman', Times, serif;
  line-height: 24px;
  padding: 0 0 0 7px;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .warp .aside .list .data span {
  display: block;
  font-size: 12px;
  color: #c9c9c9;
  line-height: 11px;
  margin: 15px 0 0;
}
.capital .capitalslide .bd li .warp .aside .list .text {
  width: 470px;
}
.capital .capitalslide .bd li .warp .aside .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .aside .list .text p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .warp .aside .list:hover .text .cond {
  color: #1a4093;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .warp .aside .list:last-child {
  border: none;
}
.capital .capitalslide .bd li .warp .reg {
  width: 510px;
  margin: 0 30px 0 0;
}
.capital .capitalslide .bd li .warp .reg .img {
  display: block;
  width: 510px;
  height: 260px;
  overflow: hidden;
}
.capital .capitalslide .bd li .warp .reg .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .reg .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .warp .reg .text {
  padding: 0 0 0 11px;
  box-sizing: border-box;
  position: relative;
  margin: 25px 0 0;
}
.capital .capitalslide .bd li .warp .reg .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 0 80px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .reg .text p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin: 5px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .warp .reg .text .data {
  font-size: 14px;
  color: #c9c9c9;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
}
.capital .capitalslide .bd li .warp .reg:hover .text .cond {
  color: #1a4093;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .art {
  display: flex;
  justify-content: space-between;
  margin: 65px 0 0;
}
.capital .capitalslide .bd li .art .list {
  width: 400px;
  height: 125px;
  background: #fff;
  padding: 0 33px 0 30px;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .art .list .data {
  height: 65px;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .art .list .data .more {
  display: block;
  height: 60px;
  width: 21px;
  background: url(../images/more6.png) no-repeat center;
}
.capital .capitalslide .bd li .art .list .data i {
  display: block;
  font-size: 14px;
  color: #b8b8b8;
  line-height: 65px;
}
.capital .capitalslide .bd li .art .list .cond {
  display: block;
  padding: 0 0 0 48px;
  font-size: 16px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .cond::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  background: #575757;
  top: 50%;
  left: 0;
}
.capital .capitalslide .bd li .art .list:hover .cond {
  letter-spacing: 1px;
  color: #1a4093;
}
.capital .capitalslide .hd {
  width: 545px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -180px;
  right: 0;
  z-index: 50;
}
.capital .capitalslide .hd li {
  width: 166px;
  height: 58px;
  background: #fff;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 50;
}
.capital .capitalslide .hd li::before {
  content: "";
  display: block;
  width: 166px;
  height: 58px;
  position: absolute;
  background: url(../images/lb4.png) no-repeat center;
  bottom: -60px;
  left: 0;
  z-index: -1;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
  line-height: 57px;
  text-align: center;
  padding: 0 10px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .hd .on::before {
  bottom: 0;
}
.capital .capitalslide .hd .on a {
  color: #fff;
}
.js-inview {
  position: relative;
}

.js-inview::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.js-inview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  -webkit-transition: 0.5s linear;
  transition: 0.5s linear;
}

.js-inview img:hover {
  transform: scale(1.1);
}

.is_inview::before {
  height: 0;
  opacity: 0.5;
}